zip function - meaning and definition. What is zip function
Diclib.com
Online Dictionary

What (who) is zip function - definition

"ZIP" HIGHER-ORDER FUNCTION THAT CONVERTS A TUPLE OF SEQUENCES TO A SEQUENCE OF TUPLES
Zip (higher-order function); Zip (function); Convolution (computer science)

zip function      
<functional programming> A function that takes two lists and returns a list of pairs. The idea can easily be extended to take N lists and return a list of N-tuples. (2008-03-29)
Zipping (computer science)         
In computer science, zipping is a function which maps a tuple of sequences into a sequence of tuples. This name zip derives from the action of a zipper in that it interleaves two formerly disjoint sequences.
zip file         
  • ZIP-64 Internal Layout
TYPE OF ARCHIVE FILE FORMAT
PKZIP file format; ZIP files; Zip file; ZIP file format; .zip; PKZIP format; .zip file; ZIP file; Zipped file; Unzip; ZIP archive; Zip archive; ZipStar; Zipstar; Compressed folder; Compressed folders; ZIPX; .zipx; Zipfile; ZIP software; .ZIP; Zip folder; Application/zip; Zipping (computing); EOCD; ZIP (FILE FORMAT); Zip file format; ISO 21320; ZipCrypto; Zip (file format); PK♥♦; ZIP64
zip

Wikipedia

Zipping (computer science)

In computer science, zipping is a function which maps a tuple of sequences into a sequence of tuples. This name zip derives from the action of a zipper in that it interleaves two formerly disjoint sequences. The inverse function is unzip.